Return to start page
Systems/Import.j
1 //! import "Systems/Character/Import.j"
2 //! import "Systems/BonusMod/Import.j"
3 static if (DEBUG_MODE) then
4 //! import "Systems/Debug/Import.j"
5 endif
6 //! import "Systems/Gui/Import.j"
7 //! import "Systems/World/Import.j"
8
9 /**
10 * Requests all sub systems of the ASL.
11 * A system covers a specific range like character treatment or graphical user interfaces.
12 */
13 library ASystems requires ASystemsCharacter, optional ASystemsDebug, ASystemsBonusMod, ASystemsGui, ASystemsWorld
14 endlibrary